Add VeraCrypt shell plugin#596
Conversation
VeraCrypt CLI expects: veracrypt -t -p <password> --non-interactive [Volume path] [Mount point] The provisioner was appending flags AFTER positional args, causing 'Unexpected parameter' error. Fix: Insert -p <password> --non-interactive before first positional argument (arg not starting with '-').
|
Thanks for the submission @gdellis! The custom provisioner means we're going to have do do a bit more thorough of a review. We may be a bit slow to get to that deeper review, so we appreciate your patience! In the meantime, a few things to chip away on/consider: Provisioning approach Config-file importer (blocker) Auth gating (blocker) Import env var (minor) Cheers, |
Summary
Add VeraCrypt shell plugin for 1Password CLI, enabling secure mount operations with VeraCrypt volumes.
Plugin Details
Features
-p <password> --non-interactiveflagsVERACRYPT_PASSWORDenvironment variable for credential import-t) for LinuxTesting
Example Usage
# Mount a VeraCrypt volume op plugin run veracrypt -- veracrypt -t --mount /path/to/volume /mnt/mount